'Declaration
Public Overloads Shared Function RestoreData(Of T)( _ ByVal jamsEntry As System.Integer, _ ByVal objectId As System.Guid, _ ByVal js As Server _ ) As T
Parameters
- jamsEntry
- The entry number for which to load a stored object.
- objectId
- A guid that identifies the object to restore.
- js
- JAMS Server.
Type Parameters
- T
Return Value
The restored object.